home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / aga / aga279.dms / in.adf / NewMenu2 / ReadMe.doc < prev   
Encoding:
Text File  |  1993-01-11  |  2.1 KB  |  44 lines

  1. OK, here it is.  My second attempt at New Look Menus.  I'm doing this at
  2. the Intuition level.  This causes all menus to conform to the style guide.
  3. I've done some tricks to search for things like bar labels.  Also, the
  4. menu panels will revert to Topaz 8 if the menu panel doesn't fit with the
  5. screen font.  This replaces much of the intuition code and most of the gadtools
  6. layout code.
  7.  
  8. This software requires AmigaOS 3.0 (V39).
  9.  
  10. ==Notes==
  11. - I'm kinda hacking the way Intuition and Layers get locked during menus.
  12.   There seems to be no supported way of doing this right now.
  13. - HIGHIMAGE is not supported.
  14. - I should ignore items that fall of the right hand edge in topaz 8.
  15. - There is some difference in the highlighting.  Disabled menus with items and
  16.   disabled items with subitems are show with some highlighting.  I believe this
  17.   should be correct since there is still some action taking place (a panel is
  18.    being displayed).
  19. - Multiselected items will be shown pushed in as a visual cue that there
  20.   are more than one item selected.  This will never happen with an item with
  21.   subitems.
  22. - Custom CheckMarks and AmigaKeys aren't supported.  They probably would look
  23.   real ugly with the new look anyway.
  24. - Menu verify doesn't respect inactive windows.
  25. - Keyboard shortcuts for mouse movements don't work.
  26. - MenuLending doesn't work.
  27. - MenuSnap doesn't respect user preferences (use startup arguments instead).
  28. - Menus function during screen dragging.
  29. - The pointer can go above screen while menu is active.
  30.  
  31. To start the NewLook menus, type "NewMenu".  This must only be done once.
  32. There are two arguments that can also be included...
  33. TOGGLE/S     - Use the right mouse button in toggle mode.
  34. SCREENSNAP/S - Same as "Screen Snap" preference item in IControl.
  35.  
  36. NOTE WELL:
  37. NewMenu is Copyright © 1993 by Brian Gontowski.
  38. This archive is NOT public domain.  It may be free distributed as long as
  39. the archive and copyright notice remains intact.  Brian Gontowski retains
  40. all rights to the NewMenu software.
  41.  
  42. DISCLAIMER:
  43. USE AT YOUR OWN RISK!!!!  I do not make any claims as to the usefulness or
  44. correctness of this software.